home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59338 / 59338.xpi / chrome / global / printPreview.css < prev    next >
Cascading Style Sheet File  |  2009-12-17  |  3KB  |  108 lines

  1. /* ..... page navigation ..... */
  2.  
  3. toolbar#print-preview-toolbar {
  4.   padding:8px 5px 8px 5px
  5. }
  6.  
  7. #print-preview-toolbar > textbox {
  8. min-height:22px !important;
  9. }
  10.  
  11. .home-arrow,
  12. .end-arrow[chromedir="rtl"] {
  13.   list-style-image: url("chrome://global/skin/printpreview/arrow-left-end.png");
  14.   -moz-image-region: rect(0, 16px, 16px, 0);
  15. }
  16.  
  17. .home-arrow:hover,
  18. .end-arrow[chromedir="rtl"]:hover {
  19.   -moz-image-region: rect(0, 32px, 16px, 16px);
  20. }
  21.  
  22. .end-arrow,
  23. .home-arrow[chromedir="rtl"] {
  24.   list-style-image: url("chrome://global/skin/printpreview/arrow-right-end.png");
  25.   -moz-image-region: rect(0, 16px, 16px, 0);
  26. }
  27.  
  28. .end-arrow:hover,
  29. .home-arrow[chromedir="rtl"]:hover {
  30.   -moz-image-region: rect(0, 32px, 16px, 16px);
  31. }
  32.  
  33. .left-arrow,
  34. .right-arrow[chromedir="rtl"] {
  35.   list-style-image: url("chrome://global/skin/printpreview/arrow-left.png");
  36.   -moz-image-region: rect(0, 16px, 16px, 0);
  37. }
  38.  
  39. .left-arrow:hover,
  40. .right-arrow[chromedir="rtl"]:hover {
  41.   -moz-image-region: rect(0, 32px, 16px, 16px);
  42. }
  43.  
  44. .right-arrow,
  45. .left-arrow[chromedir="rtl"] {
  46.   list-style-image: url("chrome://global/skin/printpreview/arrow-right.png");
  47.   -moz-image-region: rect(0, 16px, 16px, 0);
  48. }
  49.  
  50. .right-arrow:hover,
  51. .left-arrow[chromedir="rtl"]:hover {
  52.   -moz-image-region: rect(0, 32px, 16px, 16px);
  53. }
  54.  
  55. /* ...... scale in/decrement ..... */
  56.  
  57. .up-arrow {
  58.   list-style-image: url("chrome://global/skin/arrow/arrow-up.png");
  59. }
  60.  
  61. .down-arrow {
  62.   list-style-image: url("chrome://global/skin/arrow/arrow-down.png");
  63. }
  64.  
  65.  
  66. /* ..... orientation ..... */
  67.  
  68. .toolbar-portrait-page {
  69.   list-style-image: url("chrome://global/skin/icons/Print-preview.png");
  70.   -moz-image-region: rect(0px 16px 16px 0px);
  71. }
  72.  
  73. .toolbar-portrait-page[checked="true"] {
  74.   padding:3px !important;
  75. margin:0 !important;
  76. border:3px solid;
  77. -moz-border-top-colors:#999897 #c3c2c2 #e0dfde;
  78. -moz-border-bottom-colors:#d8d7d6 #e2e1e0 #e2e1e0;
  79. -moz-border-right-colors:#bdbdbc #dedddc #e2e1e0;
  80. -moz-border-left-colors:#bcbcbb #dedddc #e2e1e0;
  81. background:none !important;
  82.   -moz-border-radius-topleft: 4px;
  83.   -moz-border-radius-topright: 4px;
  84.   -moz-border-radius-bottomleft: 4px;
  85.   -moz-border-radius-bottomright: 4px;
  86. }
  87.  
  88.  
  89. .toolbar-landscape-page {
  90.   list-style-image: url("chrome://global/skin/icons/Print-preview.png");
  91.   -moz-image-region: rect(0px 32px 16px 16px);
  92. }
  93.  
  94.  
  95. .toolbar-landscape-page[checked="true"] {
  96.   padding:3px !important;
  97. margin:0 !important;
  98. border:3px solid;
  99. -moz-border-top-colors:#999897 #c3c2c2 #e0dfde;
  100. -moz-border-bottom-colors:#d8d7d6 #e2e1e0 #e2e1e0;
  101. -moz-border-right-colors:#bdbdbc #dedddc #e2e1e0;
  102. -moz-border-left-colors:#bcbcbb #dedddc #e2e1e0;
  103. background:none !important;
  104.   -moz-border-radius-topleft: 4px;
  105.   -moz-border-radius-topright: 4px;
  106.   -moz-border-radius-bottomleft: 4px;
  107.   -moz-border-radius-bottomright: 4px;
  108. }